home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameIII / Arco.dir / 00006_Script_6 < prev    next >
Text File  |  1997-11-23  |  448b  |  24 lines

  1. on mouseDown
  2.   PuppetSprite 13, true
  3.   repeat while the stillDown
  4.     set the membernum of sprite 13 = 32
  5.     updatestage
  6.   end repeat
  7. end
  8.  
  9. on mouseUp
  10.   puppetSound 3, "Click3"
  11.   Global IndexTug
  12.   PuppetSprite 4, true
  13.   set the membernum of sprite 13 = 25
  14.   updatestage 
  15.   if IndexTug < 20 then
  16.     set IndexTug = IndexTug + 1
  17.     set the membernum of sprite 4 = IndexTug
  18.     updatestage
  19.   else
  20.     beep
  21.   end if
  22. end museup
  23.  
  24.